ComponentOne ASP.NET MVC Controls
ScaleY Method

C1.Web.Mvc.Fluent Namespace > ChartGesturesBuilder<T> Class : ScaleY Method
The value.
Configurates C1.Web.Mvc.ChartGestures<T>.ScaleY. Sets the initial scale of axis Y.
Syntax
'Declaration
 
Public Function ScaleY( _
   ByVal value As Single _
) As ChartGesturesBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The scale should be more than 0 and less than or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value), the whole axis range is visible.
See Also

Reference

ChartGesturesBuilder<T> Class
ChartGesturesBuilder<T> Members